home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00152_dashboardClick.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  266 b   |  13 lines

  1. global gRollAnimButton, gSimObject
  2.  
  3. on mouseDown
  4.   startBuffering()
  5.   if not objectp(gRollAnimButton) and (the demoFlag of gSimObject <> 1) then
  6.     puppetSound("dashSound")
  7.     updateStage()
  8.     repeat while soundBusy(1)
  9.     end repeat
  10.   end if
  11.   flushBuffer()
  12. end
  13.